home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
Source
/
Telnet 2.6.1d1 4⁄26⁄94 Folder
/
source
/
tek
/
tekstor.proto.h
< prev
next >
Wrap
Text File
|
1993-06-27
|
403b
|
15 lines
TEKSTOREP newTEKstore(void);
void freeTEKstore(TEKSTOREP s);
short addTEKstore(TEKSTOREP s, char d);
void topTEKstore(TEKSTOREP s);
short nextTEKitem(TEKSTOREP s);
short TEKunstore(TEKSTOREP s);
#ifdef AARON_CONTORER_HAS_A_BRAIN // Never true
STOREP newstore(void);
void freestore(STOREP s);
int addstore(STOREP s, char d);
int topstore(STOREP s);
int nextitem(STOREP s);
int unstore(STOREP s);
#endif